home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
THEADERED
/
THEADERED.txt
Wrap
Text File
|
2004-10-12
|
2KB
|
98 lines
object HeaderEd: THeaderEd
Left = 245
Top = 110
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edit Header Field'
ClientHeight = 252
ClientWidth = 401
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 24
Width = 120
Height = 13
Caption = '&Display this header field as'
FocusControl = eName
end
object Label2: TLabel
Left = 16
Top = 72
Width = 226
Height = 13
Caption = '&RFC Name (as it is used in the RFC 822 header)'
FocusControl = eHandle
end
object eName: TEdit
Left = 16
Top = 40
Width = 369
Height = 21
TabOrder = 0
end
object eHandle: TEdit
Left = 16
Top = 88
Width = 369
Height = 21
TabOrder = 1
end
object cbAddrList: TCheckBox
Left = 16
Top = 128
Width = 369
Height = 17
Caption = 'This field is an &address list'
TabOrder = 2
end
object cbEditor: TCheckBox
Left = 16
Top = 152
Width = 369
Height = 17
Caption = 'Allow to &edit this field in the Message Editor'
TabOrder = 3
end
object bOK: TButton
Left = 192
Top = 216
Width = 91
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 5
OnClick = bOKClick
end
object bCancel: TButton
Left = 296
Top = 216
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
end
object cbScroll: TCheckBox
Left = 16
Top = 176
Width = 369
Height = 17
Caption = 'Display this field on the scrollable part of the header pane'
TabOrder = 4
end
end